From: Dominique Belhachemi Date: Tue, 3 Mar 2026 18:23:44 +0000 (+0000) Subject: Fix viskores warning X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2^2^2~11 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22node%24level1.html//%22Programmet/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22node%24level1.html/%22Programmet?a=commitdiff_plain;h=227dece6b341b2d9e4aebe8839d25c202dc4d956;p=vtk9.git Fix viskores warning Last-Update: 2025-09-25 /vtk9/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h:49:66: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 49 | RuntimeDeviceConfiguration() Gbp-Pq: Name 40_viskores.patch --- diff --git a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h index 133fa3941..3c5cf5d8f 100644 --- a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h +++ b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h @@ -46,7 +46,7 @@ class RuntimeDeviceConfiguration { public: VISKORES_CONT - RuntimeDeviceConfiguration() + RuntimeDeviceConfiguration() : #if TBB_VERSION_MAJOR >= 2020 HardwareMaxThreads(::tbb::task_arena{}.max_concurrency())